vector.h

Go to the documentation of this file.
00001 
00006 namespace std {
00007   
00011 template<class T> class vector { 
00012 
00013 public: 
00014   T m_element; 
00015 };
00016 
00017 } // namespace
00018 

Generated on Tue Jan 31 20:14:48 2006 for XPopup by  doxygen 1.4.6-NO